object AboutProForm: TAboutProForm Left = 493 Top = 347 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'AboutProForm' ClientHeight = 340 ClientWidth = 422 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object CopyrightLabel: TLabel Left = 16 Top = 16 Width = 193 Height = 13 Caption = 'Copyright � FireTrust Limited 2000-2003.' end object FiretrustWebsiteLabel: TLabel Left = 16 Top = 48 Width = 82 Height = 13 Caption = 'Firetrust Website:' end object SupportInformationLabel: TLabel Left = 16 Top = 64 Width = 95 Height = 13 Caption = 'Support Information:' end object WebsiteLinkLabel: TLinkLabel Left = 120 Top = 48 Width = 120 Height = 13 Ellipsis = etNone Caption = 'http://www.firetrust.com/' Font.Charset = DEFAULT_CHARSET Font.Color = 15597568 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False MouseOverFont.Charset = DEFAULT_CHARSET MouseOverFont.Color = 16733525 MouseOverFont.Height = -11 MouseOverFont.Name = 'MS Sans Serif' MouseOverFont.Style = [fsUnderline] URL = 'http://www.firetrust.com/' end object SupportLinkLabel: TLinkLabel Left = 120 Top = 64 Width = 160 Height = 13 Ellipsis = etNone Caption = 'http://www.firetrust.com/support/' Font.Charset = DEFAULT_CHARSET Font.Color = 15597568 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False MouseOverFont.Charset = DEFAULT_CHARSET MouseOverFont.Color = 16733525 MouseOverFont.Height = -11 MouseOverFont.Name = 'MS Sans Serif' MouseOverFont.Style = [fsUnderline] URL = 'http://www.firetrust.com/support/' end object LicensedToLabel: TLabel Left = 16 Top = 112 Width = 126 Height = 13 Caption = 'This product is licensed to:' end object LicensedToNameLabel: TLabel Left = 148 Top = 112 Width = 110 Height = 13 Caption = 'LicensedToNameLabel' end object CreditsLabel: TLabel Left = 16 Top = 144 Width = 330 Height = 13 Caption = 'Credits: Regular expressions by Andrey V. Sorokin and Henry Spen' + 'cer' end object WarningLabel: TLabel Left = 16 Top = 184 Width = 393 Height = 52 AutoSize = False Caption = 'Copyright warning: This computer program is protected by copyrig' + 'ht law and international treaties. Unauthorized reproduction or ' + 'distribution of this program, or any portion of it, may result i' + 'n severe civil and criminal penalties, and prosecution to the ma' + 'ximum extent possible under the law.' WordWrap = True end object Bevel2: TBevel Left = 16 Top = 288 Width = 393 Height = 3 end object DataFilesLinkLabel: TLinkLabel Left = 34 Top = 272 Width = 375 Height = 13 Ellipsis = etPathEllipsis AutoSize = False Caption = 'DataFiles' Font.Charset = DEFAULT_CHARSET Font.Color = 15597568 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False OnClick = DataFilesLinkLabelClick MouseOverFont.Charset = DEFAULT_CHARSET MouseOverFont.Color = 16733525 MouseOverFont.Height = -11 MouseOverFont.Name = 'MS Sans Serif' MouseOverFont.Style = [fsUnderline] end object OKButton: TButton Left = 334 Top = 304 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object ExtendedLoggingCheckBox: TCheckBox Left = 16 Top = 256 Width = 249 Height = 17 Caption = 'Enable extended error logging to data directory:' TabOrder = 1 OnClick = ExtendedLoggingCheckBoxClick end end